home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / DirectSound / CaptureSound / CaptureSound.csproj next >
Encoding:
Text File  |  2004-09-27  |  4.9 KB  |  132 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9412"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{467F98C9-4BF9-4120-974B-72247337DE32}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "..\..\Common\directx.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "CaptureSound"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "CaptureSound"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "true"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "bin\Debug\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "true"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\Release\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Drawing"
  66.                     AssemblyName = "System.Drawing"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Windows.Forms"
  70.                     AssemblyName = "System.Windows.Forms"
  71.                 />
  72.                 <Reference
  73.                     Name = "Microsoft.DirectX.DirectSound"
  74.                     AssemblyName = "Microsoft.DirectX.DirectSound"
  75.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  76.                 />
  77.                 <Reference
  78.                     Name = "Microsoft.DirectX"
  79.                     AssemblyName = "Microsoft.DirectX"
  80.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  81.                 />
  82.             </References>
  83.         </Build>
  84.         <Files>
  85.             <Include>
  86.                 <File
  87.                     RelPath = "Devices.cs"
  88.                     SubType = "Form"
  89.                     BuildAction = "Compile"
  90.                 />
  91.                 <File
  92.                     RelPath = "Devices.resx"
  93.                     DependentUpon = "Devices.cs"
  94.                     BuildAction = "EmbeddedResource"
  95.                 />
  96.                 <File
  97.                     RelPath = "Formats.cs"
  98.                     SubType = "Form"
  99.                     BuildAction = "Compile"
  100.                 />
  101.                 <File
  102.                     RelPath = "Formats.resx"
  103.                     DependentUpon = "Formats.cs"
  104.                     BuildAction = "EmbeddedResource"
  105.                 />
  106.                 <File
  107.                     RelPath = "Main.cs"
  108.                     SubType = "Form"
  109.                     BuildAction = "Compile"
  110.                 />
  111.                 <File
  112.                     RelPath = "Main.resx"
  113.                     DependentUpon = "Main.cs"
  114.                     BuildAction = "EmbeddedResource"
  115.                 />
  116.                 <File
  117.                     RelPath = "Common\AssemblyInfo.cs"
  118.                     Link = "..\..\Common\AssemblyInfo.cs"
  119.                     SubType = "Code"
  120.                     BuildAction = "Compile"
  121.                 />
  122.                 <File
  123.                     RelPath = "Common\directx.ico"
  124.                     Link = "..\..\Common\directx.ico"
  125.                     BuildAction = "EmbeddedResource"
  126.                 />
  127.             </Include>
  128.         </Files>
  129.     </CSHARP>
  130. </VisualStudioProject>
  131.  
  132.